home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-04-25 | 641 b | 17 lines | [TEXT/MPS ] |
- # IDEs (like MetroWerks CodeWarrior and Symantec PM) can do most of the work
- # by themselves. This script will do the part of the build which has to be
- # MPW/TS-hosted (currently this is only SOM for CW, SOM and FR for Symantec)
- #
- # The "parameters" are REQUIRED!
- # {0} {Suite} {Extension}
-
- Directory "{ODF}CWPPCRelease:"
- FWBuild -{1} "{ODF}Found:Layer:ODFFound.{2}"
- FWBuild -{1} "{ODF}Found:ODUtils:ODUtils.{2}"
- FWBuild -{1} "{ODF}OS:FWOSMisc:FWOSMisc.{2}"
- FWBuild -{1} "{ODF}OS:Layer:ODFOS.{2}"
- FWBuild -{1} "{ODF}OS:FWResour:FWResour.{2}"
- FWBuild -{1} "{ODF}Framewrk:FWPart:FWPart.{2}"
- FWBuild -{1} "{ODF}Framewrk:Layer:ODFFramewrk.{2}"
-
-